home *** CD-ROM | disk | FTP | other *** search
- "***DEFINE***"
- "This routine lets you define graphics characters for later use"
- "in programs with a series of PUT statements."
- "The character is defined in medium resolution."
- " The character you define is 100-by-100 pixels. If the character"
- "you want is smaller than this, the routine allows you to shrink the"
- "defined window as small as you want it."
- " The routine will write out a series of DATA statements for you."
- "These DATA statements, given line numbers of 50000 to 50135, can be"
- "appended at the end of another program to use in that program."
- "The routine even includes the necessary read statements to read these"
- "data statements, creating an integer variable FI% with the figure."
- " In addition, you may read in a previously defined character,"
- "make changes to it, and then save the revised character."
- In addition, you may read in a previously d